Welcome![Sign In][Sign Up]
Location:
Search - java jni

Search list

[JSP/JavaRegConnect

Description: 一个用java jni远程访问注册表的例子-A remote access using java jni registry example
Platform: | Size: 40960 | Author: 站长 | Hits:

[JSP/JavaJni

Description: 一个可用delphi来开发java的JNI开发包delphi接口,想用java来调用delphi开发的动态库就下载这个包就可以了。里面还包括了详细的调用实例和说明。有空联系我 QQ:81106348-one available to the developing java development kit delphi JNI interface, java to use Delphi to call for the development of the dynamic download the packet it. They also include a detailed example of a call and annotations. QQ time I contact : 81106348
Platform: | Size: 3691520 | Author: xty | Hits:

[JSP/Javajava_jni_my

Description: java的jni 问题大总结,内有IBM的jni教程和 其他一些jni资料,费了我不少时间哦,希望对大家有帮助!不要错过-the big conclusion, within the IBM Nations Directory Nations and other information, I spent a lot of time Oh, we want to help! Not to miss!
Platform: | Size: 584704 | Author: 奥运 | Hits:

[Communicationjava_delphi

Description: 本程序 通过delphi 制作发送短信的dll 然后 通过java调用 用到JNI接口 dll 复制到java的 C:\j2sdk1.4.2_04\bin 目录下 请跟实际情况修改目录 用Java操纵串口,实现短信的发送-delphi through the production process by sending messages through the dll then called java JNI interface used to copy the dll java C : \ j2sdk1.4.2_04 \ bin directory please with the practical situation Contents Java Serial manipulation and achieve messages sent
Platform: | Size: 515072 | Author: 徐泼 | Hits:

[Otherdephi123456

Description: 一个可用delphi来开发java的JNI开发包delphi接口,想用java来调用delphi开发的动态库就下载这个包就可以了。里面还包括了详细的调用实例和说明。有空联系我 QQ:81106348-,Delphi,Applet -a delphi available to the developing java JNI development kits delphi interface, want to use java to call delphi development of the dynamic on the Download the packet on it. Which also includes a detailed example of a call and annotations. Availability Contact QQ : 81106348-, Delphi, Applet
Platform: | Size: 9216 | Author: 小而黑 | Hits:

[JSPUsingJNI

Description: 在JAVA中实现C++代码的复用 如何在Java中调用dll JNI使用技巧点滴-in Java to achieve C code reuse in Java JNI call dll bit Skills
Platform: | Size: 28672 | Author: yanglei | Hits:

[JSP/JavaJNI_DLL

Description: java中实现jni调用,jni调用dll ,dll再调用dll ,dll显示调用-java achieve jni called jni call dll, dll dll called again, dll show called
Platform: | Size: 201728 | Author: 小康 | Hits:

[JSP/Javajavatotaskbardemo

Description: JAVA系统托盘图标控制程序,说明:   这是一个用写的系统托盘图标控制程序.带有一个显示本程序源代码的功能. 曾经看过别人用Java JNI技术也写了类似的程序,不过本程序完全应用java而没有用C. 配置和运行:    该程序运行于JDK1.6,首先你的机器必须安装JDK的最新版.如果没有的话到http://java.sun.com进行下载和安装.   通常你可以直接双击TrayIcon.exe运行本程序,如果不能直接双击运行,请使用run.bat文件运行.-JAVA system tray icon control procedures : This a writing system tray icon control procedures. With a show that the source code functions. Have seen others using Java JNI technology also wrote a similar procedure, But the full application procedures without using java C. configuration and run : The procedures in JDK1.6. First you must install the machines to the latest version of JDK. If not then to http :// java.sun.com download and installation. Usually you can double-click TrayIcon.exe direct operation of the procedure, if not directly Double-click operation, Please use the documents run.bat operation.
Platform: | Size: 46080 | Author: 风林火山 | Hits:

[Game ProgramSystemKeyListener

Description: java jni 模拟键盘事件 里面有一个dll是用c 写的-java jni simulated keyboard events where there is a dll write c
Platform: | Size: 2340864 | Author: wqfdfsdf | Hits:

[JSP/Javajava2tuxedo

Description: JAVA 通过JNI 调用 TUXEDO服务的代码,由于时间关系,没有能继续把他实现,希望有心人把他搞定。-Java through JNI call TUXEDO service code, because of the time constraint, not continue to realize his hope to get him off.
Platform: | Size: 3294208 | Author: ourenyang | Hits:

[JSP/Javajava-jniobserver-source

Description: 用 Java 代码处理本地对象的事件源代码 设有两部分-Java code to deal with local incidents targeting the source code has two parts
Platform: | Size: 265216 | Author: 于颖 | Hits:

[JSP/JavamyNative2

Description: 采用JNI取得Windows系统CPU,内存等数据-JNI made using Windows system CPU, memory etc.
Platform: | Size: 152576 | Author: zuiwoguzhu | Hits:

[Game Programjniexamples

Description: jni java本地接口编程例子原代码,是java调用本地操作系统代码的接口-jni java programming examples of the original local interface code, is a java code to call the local operating system interface
Platform: | Size: 103424 | Author: zongying | Hits:

[JSP/JavaJvm

Description: java jni thread 线程源码例子-java jni thread thread-source examples
Platform: | Size: 1024 | Author: zhaoguosheng | Hits:

[Windows DevelopJni

Description: Java调用VC dll库例子源代码,有完整注释说明,特殊数据类型传递-VC dll library called Java source code example, have complete notes, special type of data transmission
Platform: | Size: 73728 | Author: mqc | Hits:

[Windows DevelopJNI

Description:  JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。   JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
Platform: | Size: 19456 | Author: leizi | Hits:

[JSP/JavaJNI

Description: JNI 案例,一支JAVA CALL 一支C PROGRAM-THE PROGRAMS OF JNI EXAMPLES
Platform: | Size: 9216 | Author: CHANG,CHENYO | Hits:

[JSP/Javaj-jni

Description: Jni 教程:ibm jni 教程,非常完善,供初学者学习。-Jni tutorial
Platform: | Size: 455680 | Author: udare | Hits:

[JSP/Javahello-jni

Description: 用JAVA 的JNI调用本地c/C++的函数模块,以库函数的形式提供给Java 程序使用-JAVA JNI call with the local c/C++ function module to the form of library functions available to the Java program uses
Platform: | Size: 16384 | Author: xiecong | Hits:

[JSP/JavaJNI-DEMO

Description: 本例子用java实现调用动态库的例子,JNI调用。-This example calls the dynamic library with java implementation examples.
Platform: | Size: 58368 | Author: you wen zheng | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net